home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / opening.dir / 00007_Script_7 < prev    next >
Text File  |  1995-03-01  |  575b  |  21 lines

  1. on startMovie
  2. end startMovie
  3. ----------------------------------------------------------------
  4. on waitForMovie chan
  5.   repeat while the movieRate of sprite chan > 0
  6.     updateStage  
  7.     if mouseDown() then
  8.       set the movieRate of sprite chan = 0
  9.       exit repeat
  10.     end if
  11.   end repeat
  12. end waitForMovie
  13. ----------------------------------------------------------------
  14. on loopLastFrame
  15.   go to the frame
  16. end loopLastFrame
  17. ----------------------------------------------------------------
  18. on doNextScene nextFrame
  19.   go to frame nextFrame
  20. end doNextFrame
  21.